ComponentOne ASP.NET MVC Controls
ItemFormatter Method (ChartAxisBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : ItemFormatter Method
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.ItemFormatter. Sets the itemFormatter client-side function name for axis labels.
Syntax
'Declaration
 
Public Function ItemFormatter( _
   ByVal value As String _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> ItemFormatter( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members